# ORIGINAL WORK ATTRIBUTION:
This Bedrock Edition addon is based on MrCrayFish's Furniture Mod for Minecraft Java Edition.
All original models, textures, and concepts from MrCrayFish's mod are licensed under GNU GPL v3.
Credit for the original creation belongs solely to MrCrayFish https://mrcrayfish.com/

# LICENSE
This entire addon (including all scripts, UI files, models, textures, and any other components) is a derivative work of MrCrayFish's Furniture Mod and is therefore **licensed under the GNU General Public License v3 (GPL v3)**.

# TERMS OF USE
    - YOU MAY:
        - Use, copy, modify, and distribute this addon freely.
        - Use parts of this addon (scripts, UI, models, etc.) in your own projects.

    - YOU MUST:
        - **Share under GPL v3**: Any project that uses **any part** of this addon (scripts, UI, models, textures, or other components) must be released under the **same GPL v3 license**.
        - **Include the license**: You must include a copy of the GPL v3 license with your distribution.
        - **Provide source code**: If you distribute a modified version, you must make the source code available.

# RESTRICTIONS
You **may NOT**:

- Claim exclusive ownership over this addon or any part of it.
- Sublicense this addon under a different license (e.g., "All Rights Reserved").
- Use this addon in any project that does not comply with GPL v3.

# DEVELOPER NOTE
To modify grillable/freezable items, edit:
`scripts/mrCrayFish/Recipes.js`

Any changes to this file (or any other file in this addon) must follow GPL v3 if distributed.